←Select platform

GetPresenter<P,V> Method

Summary

Returns the presenter registered with the provided type.

Syntax

C#
VB
C++
public static P GetPresenter<P, V>() 
  
Public Shared Function GetPresenter 
    (Of P As Leadtools.Medical.Workstation.Interfaces.Presenters.IWorkstationPresenter(Of V), 
     V As )() As P 
public: 
static _P^_ GetPresentergeneric<typename P> 
generic<typename V> 
();  
where P: Leadtools.Medical.Workstation.Interfaces.Presenters.IWorkstationPresenter<V> 
where V : class  

Type Parameters

P
The presenters type.

V
The view type registered for the presenter.

Return Value

The presenter registered with the provided type.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly